Welcome![Sign In][Sign Up]
Location:
Search - web server java

Search list

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10425 | Author: 雨岳 | Hits:

[Web ServerWebServer.java 用JAVA编写Web服务器

Description: WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
Platform: | Size: 1869 | Author: 孙文涛 | Hits:

[Web ServerselfWebServer(java)

Description: 个人WEB服务器,能实现对静态网页的发布,能同时支持10上以上的并发访问,可扩展功能较强,有CGI接口-personal Web server, able to static Web publishing, will be able to support more than 10 on the concurrent access, which can be expanded more powerful, CGI
Platform: | Size: 2236801 | Author: 刘冰 | Hits:

[Windows DevelopJAVA-source

Description: 该压缩包包括以下内容:Java SMTP协议电子邮件传送剖析,Java语言实现对网络服务器搜索,JCOMToACAD,用JAVA 实现P2P网络通信,投稿文章,基于URL的Web服务器数据访问,Matlab环境下Socket网络功能的实现,ImageProcess等八个源程序-the compressed include the following : Java SMTP E-mail analysis Java language for network servers search JCOMToACAD. JAVA using peer-to-peer network communication, writing articles, based on the URL of the Web server data access, Matlab environment Socket networking capabilities to achieve eight source ImageProcess
Platform: | Size: 545037 | Author: 尹志远 | Hits:

[Windows DevelopJava-netdog

Description: 本源码用Java语言实现对网络服务器的搜索,用于小型局域网-the source Java language to search the Web server for small LAN
Platform: | Size: 7910 | Author: 尹志远 | Hits:

[JSP/Java多线程实现的Web服务器

Description: JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Platform: | Size: 1878 | Author: 果农 | Hits:

[JSP/Java实现Web服务器重定向功能

Description: 实现Web服务器重定向功能的java编程-redirect Web server function of java programming
Platform: | Size: 2247 | Author: 果农 | Hits:

[Internet-Network实现Web服务器重请求处理功能

Description: 实现Web服务器重请求处理功能的java编程-heavy Web server request processing functions java programming
Platform: | Size: 2556 | Author: 果农 | Hits:

[Internet-Network增强Web服务器日志功能

Description: 增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
Platform: | Size: 1532 | Author: 果农 | Hits:

[Web Serverchap07 Web服务器和浏览器

Description: java编的web服务器和浏览器。已编译通过,java面向对象网络编程书的源码。-java series of the web server and browser. Compiled by java object-oriented programming on the network source.
Platform: | Size: 619027 | Author: 李丹 | Hits:

[Web ServerJava & Internet Programing for Mobile Robots

Description: Sample tracking of robots movement through web server
Platform: | Size: 25570 | Author: blacker87 | Hits:

[JSP/Javachat_server

Description: 一个java的web的聊天的程序的服务端(同上面的配套使用)-The web of a java chat client service procedures (with supporting the use of the above)
Platform: | Size: 18432 | Author: 站长 | Hits:

[JSP/Java实现Web服务器重定向功能

Description: 实现Web服务器重定向功能的java编程-redirect Web server function of java programming
Platform: | Size: 2048 | Author: 果农 | Hits:

[Internet-Network实现Web服务器重请求处理功能

Description: 实现Web服务器重请求处理功能的java编程-heavy Web server request processing functions java programming
Platform: | Size: 2048 | Author: 果农 | Hits:

[Internet-Network增强Web服务器日志功能

Description: 增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
Platform: | Size: 1024 | Author: 果农 | Hits:

[JSP/Javaweb-server

Description: web server socket基于java的网络编程,可用于简单web的制作。网络课设-web server socket
Platform: | Size: 1027072 | Author: 陈子宇 | Hits:

[Internet-Networkzrogramming-JAVA

Description: 简易WEB服务器,JAVA SOCKET编程,HTTP协议相关-Simple WEB server, JAVA SOCKET programming, the HTTP protocol
Platform: | Size: 47104 | Author: alsie | Hits:

[Web ServerWEB

Description: java实现web服务器-计网第一次试验(Java implementation of web server)
Platform: | Size: 1024 | Author: 满岛光 | Hits:

[JSP/JavaJAVA和Mysql学生信息管理系统

Description: 1.新建数据库ssms,将ssms.sql导入该数据库 2.用解压文件打开ssms.war, 打开ssms.war\WEB-INF\classes\c3p0-config.xml文件,修改服务器所在数据库用户名和密码 3.将ssms.war文件放入tomcat/webapps目录下 4.启动tomcat服务器 5.打开浏览器,输入 localhost:8080/ssms 进入登录界面 6.输入用户名和密码访问系统 用户名:admin 密码:111111(The Components of a PHP Application In order to process and develop dynamic web pages, you'll need to use and understand several technologies. There are three main components to creating dynamic web pages: a web server, a server-side programming language, and a database. It's a good idea to have an understanding of the three basic components for web development using PHP. Start with some rudimentary understanding of the history and purpose of Apache (your web server), PHP (your server-side programming language), and MySQL (your database).)
Platform: | Size: 9272320 | Author: 我啦 | Hits:

[JSP/Javajava毕业设计管理系统需求分析

Description: 技术可行性 本系统采用微软的JSP技术,Microsoft的Java Sever Pages(JSP)是服务器端脚本编写环境,使用它可以创建和运行动态、交互的WEB服务器应用程序。使用JSP可以组合HTML页、脚本命令和ActiveX组建以创建交互的Web页和基于Web的功能强大的应用程序。JSP应用程序很容易开发和维护。 经济可行性 本系统由于本身并不复杂,采用先进的JSP技术后,不需要投入太多的人力、物力,从而开发所需要的资金投入也不会很大,在经济上是完全可行的。 操作可行性分析 随着校园网的建成与发展,正是此系统大显身手的好机会,且此系统是在校园内部网上运行的。(technical feasibility The system adopts Microsoft's JSP technology, and Microsoft's Java Sever Pages (JSP) is the server side scripting environment. It can create and run dynamic and interactive WEB server applications. JSP can be used to combine HTML pages, script commands, and ActiveX to create an interactive Web page and a powerful Web based application. JSP applications are easy to develop and maintain. economic feasibility Because the system itself is not complicated, with the advanced JSP technology, it does not need to invest too much manpower and material resources, so that the development of the required capital investment will not be large, and is economically feasible. Operation feasibility analysis With the construction and development of the campus network, it is a good opportunity for this system to show great importance, and this system is running on the campus network.)
Platform: | Size: 70656 | Author: 李明666 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net